//==============================================================================
define aura
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Lazer Aura 02
        }
    }
}

//==============================================================================
define glow
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Lazer Glow 02
        }
    }
}

//==============================================================================
define projectile
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Lazer Trail 02
        }
    }
}

//==============================================================================
anim Idle
{
    SetSelector
    { 
        set hotspot
        {
            version
            {
                Visual jimmy
				connect attachpoint aura hotspot
			    connect attachpoint glow hotspot
				connect attachpoint projectile hotspot
            }
        }
    }
}

